projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d9b46d
)
* lisp/w32-fns.el (w32-charset-info-alist): Declare.
author
Glenn Morris
<rgm@gnu.org>
Thu, 30 Jun 2011 03:13:35 +0000
(20:13 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 30 Jun 2011 03:13:35 +0000
(20:13 -0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/w32-fns.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 96f3b03406a7231c8f9e823b44b47202ac644786..e6cf29a130b6c92228b72f2da4244fdfd85cac6c 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2011-06-30 Glenn Morris <rgm@gnu.org>
+ * w32-fns.el (w32-charset-info-alist): Declare.
+
* find-dired.el (find-grep-options): Simplify.
* term/ns-win.el (ns-set-resource): Declare.
diff --git
a/lisp/w32-fns.el
b/lisp/w32-fns.el
index a002a63e3f8113561d3cac79858cd886bf142042..cb21d4b08c02725862e6dbc55bafe97094ea4114 100644
(file)
--- a/
lisp/w32-fns.el
+++ b/
lisp/w32-fns.el
@@
-335,6
+335,8
@@
This function is provided for backward compatibility, since
(global-set-key [lwindow] 'ignore)
(global-set-key [rwindow] 'ignore)
+(defvar w32-charset-info-alist) ; w32font.c
+
(defun w32-add-charset-info (xlfd-charset windows-charset codepage)
"Function to add character sets to display with Windows fonts.
Creates entries in `w32-charset-info-alist'.